-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfourth.css
More file actions
69 lines (68 loc) · 870 Bytes
/
fourth.css
File metadata and controls
69 lines (68 loc) · 870 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
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
69
<style>
body{
margin: 75px 175px;
}
header {
background-color: #f1f1f1;
padding: 30px;
text-align: center;
font-size: 35px;
color: white;
}
nav {
width: 100%;
background: #f1f1f1;
padding: 10px;
}
nav ul {
list-style-type: none;
padding: 0;
}
ul{
padding: 5px;
font-size: 20px;
}
aside{
padding: 10px;
height:50px;
}
section::after {
content: "";
display: table;
clear: both;
}
#credit-card{
height: 600px;
}
#debit-card{
height: 600px;
}
#internet-bank{
height: 600px;
}
#gpay{
height: 600px;
}
footer{
font-size: 25px;
}
nav ul {
list-style-type: none;
padding: 0;
color: #f1f1f1;
}
#pic{
height:50px;
width:50px;
}
#gold{
padding: 20px;
background-color:goldenrod;
width: 90%;
}
#google
{
height:40px ;
width:40px;
}
</style>