-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
49 lines (48 loc) · 921 Bytes
/
styles.css
File metadata and controls
49 lines (48 loc) · 921 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
body,
html
{
height: 100%;
width: 100%;
font-family: 'Be Vietnam Pro', sans-serif;
background: url(https://media.istockphoto.com/photos/modern-computerlaptop-with-blank-screen-on-counter-barand-window-view-picture-id1157789866?k=20&m=1157789866&s=612x612&w=0&h=1txTQ36VQ8Wc4N2AwrLwMQ9Llb9mleL8FVzQj_apU3E=) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1
{
font-size: 3rem;
color: #1e3e5e;
}
.btn
{
font-weight: 700;
border-radius: 200px;
text-transform: uppercase;
}
.btn-xl
{
padding: 1rem 2rem;
}
.btn-primary
{
background-color: darksalmon;
border-color: darksalmon;
}
.btn-primary:hover
{
background-color: darksalmon;
border-color: darksalmon;
border-width: 4px;
}
hr
{
color:black;
border-bottom-width:3px;
max-width: 500px;
}
.buffer
{
height: 10rem;
}