Contents of styles.css file: html, body { min-height: 100vh; margin: 0; padding: 0; } body { background-color: #331900; color: #ff9c25; font-family: 'VT323', monospace; padding: 10px; font-size: 25px; line-height: 1.1; position: relative; overflow: auto; box-sizing: border-box; } /* Global lined appearance for retro CRT effect */ body::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient( transparent 0%, transparent 2px, rgba(255, 156, 37, 0.1) 2px, rgba(255, 156, 37, 0.1) 4px ); pointer-events: none; opacity: 0.5; z-index: 10; }

about://website

about.exeX

> Website style

I was making this website in stryle of Portal 2's Aperture computers screens and Absolute Solver UI.
Also, took inspiration from Cool Retro Term - Amber colors, CRT effect.
The font used is VT323, which is a pixel font that looks like old computer terminals.
Website uses only HTML and CSS, no JavaScript is used for the main functionality.

> Website purpose

I made this website mostly for fun, to practice HTML/CSS, and also make a page of myself.
Additionally, it will be used for brief descriptions of my projects, and maybe some documentation.

> Code in background

On certain pages, you can see some code in the background, which is just for fun.
However, on projects pages, for example, projects://tgl, you can see real TGL library code.
Just thought it's a nice fun fact.
> Home