-
Notifications
You must be signed in to change notification settings - Fork 2
/
blackboxjee.css
90 lines (78 loc) · 1.65 KB
/
blackboxjee.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: rgb(2, 0, 36);
background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(234, 238, 203) 0%, rgb(183, 209, 228) 100%);
font-family: Arial, sans-serif;
}
.heading {
font-size: 24px;
color: #333;
text-align: center;
line-height: 1.5;
letter-spacing: -0.75px;
padding: 20px 0;
}
.article {
width: 80%;
margin: 0 auto;
padding: 20px;
background: #f9f9f9;
font-size: x-large;
}
.jeepic {
filter: drop-shadow(10px);
transform: scale(0.9) translateY(-10%);
max-width: 80%;
height: auto;
display: block;
padding-top: 50px;
margin: 20px auto;
}
.img-container {
position: relative;
}
.overlay-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 80px;
font-weight: bold;
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
z-index: 1; /* Ensure text appears above the image */
}
.mainarticle {
width: 80%;
margin: 0 auto;
padding: 20px;
background: #f9f9f9;
font-size: 18px;
}
main {
width: 80%;
margin: 0 auto;
padding: 20px;
background: #f9f9f9;
}
section {
margin-bottom: 20px;
}
ul {
list-style-type: none;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
section{
font-size:20px;
}