-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
69 lines (67 loc) · 1.5 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
62
63
64
65
66
67
68
69
h1 {
text-align: center;
color: black;
font-weight: bolder;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-size: 2.6rem;
}
body {
margin: 0px;
height: 100%;
background-image: url("jon-moore-5fIoyoKlz7A-unsplash.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.top {
display: flex;
flex-direction: row;
justify-content: center;
}
#place {
margin: 1rem 1rem 1rem 1rem;
height: 1.5rem;
font-size: 1.2rem;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#show {
margin: 0.9rem 1rem 1rem 1rem;
font-size: 1rem;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
background-color: rgb(14, 25, 124);
color: white;
}
#show:hover {
background-color: rgb(33, 61, 216);
}
.canvas {
display: flex;
flex-direction: column;
}
.canvas2 {
display: flex;
flex-direction: row;
justify-content: center;
}
#canvas {
background-color: rgba(136, 177, 182, 0.568);
margin-top: 2rem;
width: 50rem;
height: 28rem;
border: 0.1rem solid rgb(255, 255, 255);
margin-bottom: 1rem;
}
.text {
width: 54rem;
margin: auto;
}
.text span {
width: 9rem;
float: left;
text-align: center;
color: rgb(255, 255, 255);
font-weight: bold;
}