-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsubmit.css
45 lines (42 loc) · 872 Bytes
/
submit.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
.log{
display: block;
align-content: center;
margin-left: auto;
margin-right: auto;
}
#jumbo{
display: block;
align-content: center;
margin-left: 30%;
height: auto;
width: 700px;
background-color: rgb(186, 248, 248);
color: rgb(3, 3, 34);
border-radius: 30px;
}
#ty{
font-family: 'FuntypeRegular';
font-weight: bold;
font-style: normal;
font-size: 68px;
color: rgb(22, 9, 80);
}
#xyz{
font-family: 'TomorrowRegular';
font-weight: normal;
font-style: bolder;
font-size: 30px;
}
#bt{
font-family: 'Lora', serif;
font-family: 'Red Rose', cursive;
font-size: 30px;
font-weight: bolder;
}
#foot{
text-align: center;
font-style: italic ;
padding: 3px;
background-color: rgb(170, 170, 170);
color: rgb(0, 0, 0);
}