-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (47 loc) · 1011 Bytes
/
style.css
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
/*google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Rowdies&display=swap');
/*my code or css */
.nav-logo{
font-family: 'Rowdies', cursive;
font-size: 23px;
}
.nav-link{
font-weight: 500;
}
#heroSection{
background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(https://cdn.pixabay.com/photo/2012/08/27/14/19/evening-55067_960_720.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
#heroSection h1{
font-size: 51px;
}
.btn:hover{
margin-left: 0px;
}
#myForm .btn{
width: 100% !important;
border: none;
}
.form-container{
border-radius: 6px;
}
.card{
border: 0.9px solid #FF8A80;
padding-bottom: 35px !important;
}
.fa-html5{
font-size: 29px;
color: #dfa813;
}
.card-btn{
margin-left: 0 !important;
}
.spece{
padding: 6px 0;
}
.mySocal{
padding: 5px 4px;
font-size: 23px !important;
}