-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocial-media.css
118 lines (118 loc) · 2.31 KB
/
social-media.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
#loading{
position: fixed;
width: 100%;
height: 100vh;
background: #ffffff
url('https://media.tenor.com/images/e549f9798674301c5af2c91581194091/tenor.gif')
no-repeat center;
z-index: 9;
}
.open-button{
cursor: pointer;
position: fixed;
bottom: 23px;
right: 28px;
}
.chat-popup{
display: none;
position:fixed;
bottom: 0px;
right: 15px;
border: 2px solid black;
z-index: 999;
}
.form-container{
max-width: 400px;
padding: 10px;
background-color: white;
}
.form-container .btn{
margin-top: 5px;
}
.form-container .cancel{
background-color: red;
}
.d-one{
background-image: url(http://www.ranatasuzuki.com/files/images/giphy.gif);
width: 100%;
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
box-shadow: 5px 10px 18px #888888;
}
#myNav{
opacity: .3;
background-color: black;
width: 100%;
}
#collapsibleNavbar{
padding-left: 350px;
font-size: 1.3rem;
font-weight: 500;
}
#navbardrop{
color: rgb(196, 195, 195);
}
.d-two{
text-align: center;
margin-top: 100px;
}
.d-two h1{
color: #ffffff;
font-weight: 400;
font-size: 100px;
font-family: 'Times New Roman', Times, serif;
}
@import url('https://fonts.googleapis.com/css2?family=The+Girl+Next+Door&display=swap');
.d-two p{
color: #ffffff;
font-weight: 400;
font-size: 30px;
font-family: 'The Girl Next Door', cursive;
}
.d-three{
margin-top: 60px;
}
.d-three h1{
font-family:'Times New Roman', Times, serif;
}
.d-four{
margin-top: 30px;
margin-bottom: 60px;
}
.column1{
height: 580px;
overflow: hidden;
}
.column2{
height: 580px;
}
.hr-line2{
background-color: rgb(172, 170, 170);
height: .5px;
margin-left: 35px;
margin-right: 35px;
}
.end{
height: 120px;
padding-top: 25px;
text-align: center;
font-size: 10px;
font-family: sans-serif;
line-height: .2rem;
background-color: #D5D5D5;
}
@media only screen and (max-width: 575px){
#collapsibleNavbar{
padding-left: 0px;
}
.d-two h1{
line-height: 90px;
}
}