-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathst1.css
68 lines (61 loc) · 1.52 KB
/
st1.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* button{
background-color: greenyellow;
width: 500px;
height: 100px;
margin-bottom: 200px;
margin-left: 70px;
font-size: 30px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
} */
body{
background-color:rgb(207, 223, 238);
}
h1{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
text-align: center;
}
#but1{
background-color: greenyellow;
width: 500px;
height: 100px;
font-size: 30px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
margin-left: 1000px;
border-radius: 20px;
background-image: url("pics/go.jpg");
}
#but2{
background-color: greenyellow;
width: 500px;
height: 100px;
font-size: 30px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
margin-left: 1000px;
border-radius: 20px;
background-image: url("pics/ak.jpg");
}
#but3{
background-color: greenyellow;
width: 500px;
height: 100px;
font-size: 30px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
border-radius: 20px;
background-image: url("pics/bi.jpg");
margin-left: 1000px;
}
#but4{
background-color: greenyellow;
width: 500px;
height: 100px;
font-size: 30px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
border-radius: 20px;
background-image: url("pics/mu.jpg");
margin-left: 1000px;
margin-bottom: 60px;
}
img{
width: 917px;
height: 315px;
}