-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle3.css
More file actions
62 lines (53 loc) · 1.08 KB
/
Style3.css
File metadata and controls
62 lines (53 loc) · 1.08 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
body {
width: 100%;
height: 5%;
font-family: 'Montserrat', sans-serif;
background-image: url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fHdlYnNpdGUlMjBiYWNrZ3JvdW5kfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60);
background-size: cover;
}
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2) {
}
h1 {
justify-items: center;
text-align:center;
font-size: 2.5rem;
color: #E2DBDB;
}
.btn {
border-radius:500px;
font-weight:300;
text-transform: uppercase;
font-family:Calibri;
padding: 10px 25px;
}
.btn:hover {
background-color:lightsalmon;
border-width:3px;
}
.container {
padding: 275px 0;
text-align: center;
align-content: center;
}
.animate__animated {
text-transform: uppercase;
animation-duration: 1.5s;
}
p {
color:white;
}
a {
font-size:130%;
color: greenyellow;
margin-left: 20px;
font-weight: 500;
margin-top: 5px;
}
.progress {
margin-bottom: 20px;
margin-left:30px;
margin-right: 30px;
}