-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (61 loc) · 1.12 KB
/
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
body{
background-image: url(./back.png);
font-family: "StratosSkyeng", sans-serif;
background-repeat: no-repeat;
background-position: bottom;
margin: 0;
scroll-behavior: smooth;
}
.header{
background-image: url(./bg.jpg);
height: 100vh;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.content{
padding-top: 75px;
border-top: 25px solid brown;
position: relative;
}
#table{
width: 1200px;
height: 100vh;
border-collapse: collapse;
margin: 0 auto;
}
tr,td{
border: 25px solid snow;
text-align: center;
vertical-align: bottom;
}
img{
width: 560px;
}
p{
background-color: white;
width: max-content;
font-size: 30px ;
border-radius: 25px;
padding: 10px 30px;
margin: 23px auto;
}
a{
display: block;
background-color: #894AFF;
color: white;
padding: 11px 30px;
border-radius: 50px;
font-size: 30px;
text-decoration: underline;
position: absolute;
bottom: 75px;
right: 80px;
}
.jon{
height: 500px;
margin-bottom: 40px;
}
.ate{
margin-bottom: 100px;
}