-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (64 loc) · 1.11 KB
/
Copy pathstyle.css
File metadata and controls
80 lines (64 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
67
68
69
70
71
72
73
74
75
76
77
78
79
body{
background-size: cover;
background-repeat: no-repeat;
color: white;
font-family: 'Emilys Candy', cursive;
background-color: #fbd9ac;
}
.title-text{
margin: 0;
position: absolute;
text-align: center;
font-size: 48px;
color: white;
top: 20px;
left: 470px;
}
.main{
position: relative;
background-image: url("bg.png");
width: 1080px;
height: 608px;
background-size: contain;
background-repeat: no-repeat;
margin: auto;
}
.container{
display: flex;
}
.category{
text-align: center;
position: absolute;
top: 100px;
}
#category1{
left: 190px;
}
#category2{
left: 465px;
}
#category3{
left: 730px;
}
input[type="submit"]{
width: 150px;
font-size: 15px;
font-family: 'Emilys Candy', cursive;
}
input[type="submit"]:hover{
background-color: lightyellow;
font-family: 'Emilys Candy', cursive;
cursor: pointer;
}
.content{
margin-left: auto;
margin-right: auto;
text-align: center;
}
.info{
position: absolute;
top: 312px;
left: 250px;
width: 547px;
height: 270px;
}