-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·67 lines (56 loc) · 1.11 KB
/
style.css
File metadata and controls
executable file
·67 lines (56 loc) · 1.11 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
body{
background-image: url('https://t2.ftcdn.net/jpg/00/61/95/15/240_F_61951518_naBHymGgaRZDhVN4XDqYlOD1YNdWtcVX.jpg');
background-repeat: repeat;
background-size: 80px 80px;
}
.fullWidth{ width: 100%;}
h1,h3,h5{
text-align: center;
font-family: 'Bangers', cursive;
}
p{
text-align: center;
}
h1{
font-size: 66px;
color: #FFC845;
text-shadow: 2px 2px #000;
}
.row-centered { margin: auto; max-width: 300px;}
.container{
background: rgb(0,0,0,0);
}
.btn{
border: 1px solid #E49B39;
background: linear-gradient(#FDBD41, #E49B39);
color: #333;
font-family: 'Bangers', cursive;
font-size: 36px;
}
.btn:hover{
border: 1px solid #E49B39;
background: linear-gradient(#FDBD41, #E49B39);
color: #333;
font-family: 'Bangers', cursive;
font-size: 36px;
}
.btn:active {
border: 1px solid #E49B39;
background: linear-gradient(#FDBD41, #E49B39);
color: #333;
font-family: 'Bangers', cursive;
font-size: 36px;
}
.title{
height: 100%
z-index: 0;
width: 100%;
height: 1000px;
}
.col-md-6{
background: #FFF1B0;
}
.curve{
border-radius: 20px;
border: 5px solid white;
}