-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtestReaction.css
53 lines (43 loc) · 1.26 KB
/
testReaction.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
#shape {
height: 100px;
width: 100px;
border-radius: 0px;
background-color: black;
display: none;
position: relative;
top: 100px;
left: 100px;
/* border: black 1px solid; */
}
body {
margin: 0;
padding: 0;
}
h1 {
color: black;
/* text-shadow: px 10px 5px #FFFFFF; */
font-family: 'Annie Use Your Telescope';
/* background-color: whitesmoke; */
/* align-self: center; */
font-size: 400%;
}
p {
padding: 0;
margin: 0;
/* align-self: center; */
/* background-color: whitesmoke; */
}
#title {
display: flex;
justify-content: center;
align-items: center;
border: 10px #FDC9B3 solid;
height: 200px;
flex-direction: column;
}
#text {
display: flex;
flex-direction: column;
align-items: flex-start;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}