-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.css
More file actions
39 lines (39 loc) · 781 Bytes
/
home.css
File metadata and controls
39 lines (39 loc) · 781 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
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css";
body {
background-image: url(./d13.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
text-align: center;
}
.tt {
text-align: center;
font-size: 80px;
margin-top: 0%;
font-family: cursive;
color: white;
-webkit-text-stroke: 4px black;
text-decoration-color: yellow;
font-weight: 1500;
}
.ding {
font-size: 40px;
font-weight: 900;
}
.btncl {
margin-left: 20px;
margin-right: 20px;
width: 200px;
height: 55px;
margin-top: 40px;
font-size: 20px;
font-weight: 600;
border: 13px groove greenyellow;
border-radius: 10px;
cursor: grab;
}
a i {
font-size: 50px;
background-color: transparent;
color: black;
}