-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass.css
More file actions
171 lines (145 loc) · 2.7 KB
/
class.css
File metadata and controls
171 lines (145 loc) · 2.7 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
body{
background: url("assets/background.png");
position: relative;
width: 100%;
height: 100vh;
background-repeat: no-repeat;
font-weight: 400;
font-family: 'Work sans', sans-serif;
padding-top: 1px;
padding-left: 3px;
letter-spacing: 1px;
overflow-x: hidden;
}
h1 {
font-family: 'Bangers', cursive;
font-weight: 900;
font-size: 4.5em;
margin-bottom: 1%;
}
nav {
padding: 2px 8.5% 0;
}
.navbar-nav {
display: flex;
margin-top: -2.5%;
list-style-type: none;
margin-left: 10%;
width: 80%;
}
.nav-items {
font-weight: 800;
padding-left: 8%;
font-size: 1.2em;
}
.nav-link {
text-decoration: none;
}
.navbar-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
border: 2px solid #027988;
}
.main-image {
position: absolute;
height: auto;
width: 73%;
top: -18%;
left: 65%;
}
#firstsection {
margin-top: -0.6;
width: 72%;
position: relative;
padding-left: 4%;
}
@media(max-width: 900px){
body{
width: 100vw;
overflow-x: hidden;
margin: 0;
padding: 0;
background: #ffc4af;
}
#firstsection {
background: #ffc4af;
}
#first {
position: static;
top: 100%;
}
.main-image {
position: static;
top: 0;
left: 0;
}
#secondsection img{
width: 90%;
margin: 1% auto;
}
}
#firstsection div {
padding: 1% 6%;
}
#secondsection {
margin-top: 4%;
padding: 0;
}
.images img {
margin: 2.5%;
}
#img1 {
width: 300px;
height: 200px;
margin-left: 2%;
margin-top: 8.5%;
}
#img2 {
width: 400px;
height: 330px;
margin-left: 9.5%;
margin-top: -14.8%;
}
#img3 {
width: 400px;
height: 370px;
padding-right: 5%;
margin-left: -20%;
margin-top: -20%;
}
h1, .nav-link{
color: #027988;
}
.navbar-brand{
color: black;
font-family: 'Bangers', cursive;
font-weight: 900;
font-size: 30px;
text-decoration: none;
}
.btn {
background-color: #027988;
color: white;
text-align: center;
border: 2px solid #027988;
border-radius: 20px;
font-family: 'Work sans', sans-serif;
font-weight: 500;
font-size: 25px;
width: 7em;
height: 3em;
}
.btn img {
width: 20px;
height: 20px;
}
span {
display: block;
width: 120%;
}
.flexbox {
display: flex;
flex-wrap: wrap;
justify-content: center;
}