-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
34 lines (29 loc) · 694 Bytes
/
style.css
File metadata and controls
34 lines (29 loc) · 694 Bytes
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
html {
background: url(https://images.unsplash.com/photo-1616279967983-ec413476e824?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=852&q=80) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1 {
text-align: center;
color: red;
font-family: Montserrat sans-serif;
text-transform: uppercase;
}
div {
text-align: center;
color: blue;
border: 1px solid red;
max-width: 768px;
font-weight: bold;
border-radius: 20px;
font-family: sans-serif;
padding: 0px;
margin: auto;
}
button {
color: darkcyan;
cursor: pointer;
margin: auto;
}