-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypespeed.css
More file actions
43 lines (41 loc) · 779 Bytes
/
typespeed.css
File metadata and controls
43 lines (41 loc) · 779 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
42
43
body{
background-color: #3f729b;
}
.container{
margin-left: 300px;
margin-right: 300px;
}
.title{
margin-left: 250px;
font-family: 'Bungee', cursive;
}
textarea{
background-color: grey;
font-family: 'Bungee', cursive;
font-stretch:semi-expanded;
font-size: 12px;
}
ul{
list-style: none;
font-family: 'Times New Roman', Times, serif;
font-weight: 500;
font-size:xx-large;
}
.btn{
margin-left: 350px;
margin-right: 297px;
}
button{
width: 100px;
height: 50px;
border-radius: 50px;
background-color: #3b5998;
font-family: 'Bungee', cursive;
font-weight:bold;
font-size: medium;
}
.footer{
text-align: center;
font-style: italic;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}