-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
89 lines (63 loc) · 1.04 KB
/
Copy pathmain.css
File metadata and controls
89 lines (63 loc) · 1.04 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
header{
font-size:30px;
font-weight:bold;
padding:30px;
background-color:#d2b4de;
color:#fdfefe;
}
#intro{
color:brown;
font-style:oblique;
}
.button{
width:19.5%;
height:150px;
border:0px;
border-radius:50px;
padding:20px
}
footer{
background-color:#21618c;
padding:30px 40px;
}
footer a{
color:#fdfefe;
}
*{
font-size:20px;
}
body{
background-image: url("bg9.jpg");
background-size: cover;
background-attachment: fixed;
}
section{
padding:20px;
}
dt{
font-weight:bold;
padding:5px;
}
dd{
padding:5px;
}
td{
padding:5px;
}
.bgs{
background-image: url("img.jpeg");
background-size: cover;
background-attachment: fixed;
}
#hd{
background-color: rgb(182, 161, 176); /* Change to your preferred highlight color */
color: rgb(40, 109, 19); /* Adjust text color for better contrast */
display: inline; /* Ensures it only wraps the text */
font-style:oblique;
}
.abtbtn{
width:18%;
height:100px;
border:2px transparent;
border-radius:50px;
padding:20px