-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathss.css
More file actions
83 lines (72 loc) · 1.37 KB
/
ss.css
File metadata and controls
83 lines (72 loc) · 1.37 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
body {
background-color: rgb(44, 44, 44);
color: rgb(243, 243, 243);
font-family: "Ubuntu", Tahoma, sans-serif
}
p {
font-size: 24px;
}
a {
font-size: 10px;
color: rgb(243, 243, 243);
font-family: "Cantarell Light", "Calibri Light", "Ubuntu", Tahoma, sans-serif;
text-align: center;
}
h1 {
font-size: 64px;
text-align: center;
}
h2 {
font-size: 40px;
text-align: center;
}
h3 {
font-size: 10px;
text-align: center;
font-family: "Cantarell Light", "Calibri Light", "Ubuntu", Tahoma, sans-serif;
}
mark.green {
color:#48a520;
background: none;
}
#news {
background-color: rgb(75, 75, 75);
overflow-x: hidden;
overflow-y: auto;
width: 49.5%;
height: 500px;
float: left;
border-radius: 25px;
}
#projects {
background-color: rgb(75, 75, 75);
overflow-x: hidden;
overflow-y: auto;
width: 49.5%;
height: 500px;
float: right;
border-radius: 25px;
}
#jsklogo {
max-height: 50px;
max-width: 59px;
margin-left: auto;
margin-right: auto;
display: block;
}
.ribbon {
--p: 8px;
background-color: rgb(75, 75, 75);
height: 75px;
padding: 0 var(--p);
width: 100%;
position: relative;
right: var(--p);
}
#projimg {
max-height: 150px;
max-width: 512px;
margin-left: auto;
margin-right: 15px;
display: block;
}