-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarthere.css
More file actions
50 lines (50 loc) · 744 Bytes
/
starthere.css
File metadata and controls
50 lines (50 loc) · 744 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
40
41
42
43
44
45
46
47
48
49
50
body{
text-align: center;
background-color: lightgrey;
}
.above{
font-size: 30px;
margin-left: auto;
text-align: right;
padding: 10px 15px;
}
h1{
font-size: 70px;
}
.Game{
font-size: 50px;
}
.maincenter{
padding-top: 130px;
}
button{
background-color:#e6ccff;
text-decoration: none;
border-radius: 15px;
border: none;
outline: none;
cursor: pointer;
padding: 13px 17px;
box-shadow: 0 9px #999;
}
button:hover {
background-color: #dd99ff;
}
button:active{
transform: translateY(4px);
box-shadow: 0 5px #999;
}
h2{
font-size: 50px;
}
.bottom{
display: flex;
align-items: center;
justify-content: center;
align-self: flex-end;
padding-top: 160px;
color:#cc0000;
}
.women{
font-size: 40px;
}