generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_4.css
36 lines (31 loc) · 898 Bytes
/
PROJECT_LANG_4.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
/* Start of script */
/* I chose CSS3 as the fourth project language file for this project (Meadows/Begin) as CSS is being used as one of the supported stylesheet languages for this project. Multiple stylesheet languages are going to be supported. */
/* Now to make this a multi-purpose file, I will add styling for a basic dark mode template */
h1 {
color: white;
}
h2 {
color: white;
}
h3 {
color: white;
}
h4 {
color: white;
}
h5 {
color: white;
}
h6 {
color: white;
}
p {
color: white;
}
/* Note for project language files: The languages associated with SNU programming tools are not included as project language files, as there are too many to list. */
/* File info
* File type: Cascading Styling Sheets 3 stylesheet source file (*.css)
* File version: 1 (Tuesday, 2022 March 1st at 7:00 pm)
* Line count (including blank lines and compiler line): 37
*/
/* End of script */