-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (36 loc) · 756 Bytes
/
style.css
File metadata and controls
41 lines (36 loc) · 756 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
body{
background-color: rgb(234, 156, 11);
}
div{
text-align: center;
margin: auto;
width: 40%;
border: 0px solid;
justify-content: center;
border-radius: 5px;
border-width: 2px;
padding: 50px;
background: linear-gradient(to right, red, orange);
}
button{
background-color: orange;
font-size: 40px;
border: 0.5px solid;
border-radius: 5px;
width: 200px;
}
h1{
font-size: 60px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#time{
text-align: center;
font-size: 100px;
border: 0px;
border-radius: 10px;
background-color: rgb(251, 174, 29);
padding: 50px;
}
#space{
padding: 20px;
}