-
Notifications
You must be signed in to change notification settings - Fork 0
/
st.css
45 lines (38 loc) · 1 KB
/
st.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
h1{
color:rgb(15, 9, 9);
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding: 100px 100px 100px 100px;
word-spacing: 10px;
text-align: center;
background-color: rgb(138, 190, 236);
box-sizing: border-box;
border-radius: 50px;
}
h2{
color: aquamarine;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
padding-left: 50px;
}
body{
background-color:rgb(207, 223, 238);
}
img{
height: 400px;
padding-left: 50px;
margin-bottom: -200px;
}
a{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: medium;
}
button{
/*background-color: greenyellow;*/
width: 500px;
height: 100px;
margin-bottom: 200px;
margin-left: 80px;
font-size: 30px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
border-radius: 20px;
background-image: url("pics/chain.jpg");
}