Well, according to a certain someone, a web-page is an onion.

Source: http://www.thenoodleincident.com/tutorials/design_rant/2.html
master
Pheng Heong, Tan 2020-06-28 08:52:42 +08:00
parent 402cb27329
commit 4a4907ea2c
2 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="solarized_light.css">
</head>
<body>
<p>
Welcome.

View File

@ -0,0 +1,7 @@
:root {
--base3: #fdf6e3;
}
body {
background-color: var(--base3);
}