-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery.css
42 lines (42 loc) · 808 Bytes
/
jquery.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
body{
padding: 10px;
margin: 10px;
}
h1{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 100px;
color: #000;
padding-top: 10px;
text-align: center;
justify-content: center;
}
.container{
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
text-align: center;
justify-content: center;
padding-top: 60px;
}
button{
height: 60px;
width: 90px;
padding:10px;
margin:20px;
border: none;
font-size: 15px;
background-color: aliceblue;
}
.modify{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: blue;
text-decoration: double;
}
.modify1{
font-size: 100px;
}
p{
text-align: center;
justify-content: center;
}