-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.css
63 lines (62 loc) · 1.34 KB
/
page.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
62
63
html{
background-color: azure;
font-size: 62.5%;
}
.cont{
display: flex;
margin:8rem;
border:.2rem solid rgb(87, 72, 72);
border-radius: .2rem;
/* flex-direction: column; */
}
.he{
font-size:8rem;
margin:2rem;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: black;
text-align: center;
}
.menucards{
display:flex;
flex-direction: column;
margin:1.2rem;
padding:.4rem;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
background-color: rgb(206, 185, 185);
color:white;
border:.2rem solid black;
text-align: center;
width: 28rem;
height: 31rem;
}
img{
height:10rem;
width:10rem;
border:.1rem solid white;
margin:auto;
margin:auto;
}
.br{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 1.2rem;
}
a{
height:2rem;
width: 9rem;
padding-top: 0.9rem;
margin:auto;
background-color: black;
border:.2rem solid white;
color:white;
border-radius: 5rem;
text-decoration: none;
}
a:hover{
background-color: white;
border:.2rem solid rgb(0, 0, 0);
color:rgb(0, 0, 0);
}
.h{
font-size: 3rem;
color: black;
}