-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
116 lines (98 loc) · 1.88 KB
/
Copy pathstyles.css
File metadata and controls
116 lines (98 loc) · 1.88 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&family=Poppins:wght@500&display=swap');
.homescream{
padding: 100px;
font-size: 100px;
}
.btn btn-primary{
width: 500px;
height: 205px;
}
.banner {
background-image: url(https://wallpapercave.com/wp/wp8219373.jpg);
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
height: 100vh;
}
body {
margin: 0;
padding: 0;
}
header {
padding: 15px 60px;
}
.menu {
width: 42%;
float: right;
list-style: none;
}
.menu li{
width: 100px;
width: 50px;
line-height: 50px;
text-align: center;
color: #fff;
font-size: 13px;
float: left;
}
.menu li:hover {
background: yellow;
}
.menu li:hover a {
color: #000;
}
.menu li:hover
.menu li a {
text-decoration: none;
font-family: baloo;
color: #fff;
text-transform: uppercase;
}
.logo {
text-decoration: none;
color: #fff;
font-size: 25px;
font-family: 'Kanit', sans-serif;
padding: 20px 0;
}
h2{
font-size: 75px;
}
.banner-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-75%);
color: #fff;
text-align: center;
}
.banner-text h2 {
font-family: 'Kanit', sans-serif;
margin:0;
font-size: 55px;
color: #fff;
}
.banner-text p {
font-size: 22px;
margin:0;
font-family: 'Poppins';
}
.banner-text a {
text-decoration: none;
border: 1px solid #fff;
font-size: 17px;
padding: 10px 35px;
display: inline-block;
margin-top: 5%;
font-family: 'Poppins';
text-transform: uppercase;
color: white;
}
.banner-text a:hover {
background-position: right center;
border-color: black;
background: black;
color: #fff;
transform: .9s;
}