echostyle is a CSS theme for small portfolios that people decide to build
when you first import the CSS, you'll notice that there's nothing visible other than a white page. to fix that, you'll need to add the following attribute to the <body> tag:
class="desk"
this class basically defines the background of the entire thing. you can modify the background image by either adding a "style" attribute, or by tweaking the CSS file
the window class is used when making the main <div> containing the actual content of the portfolio. it can be set by adding the following attribute:
class="window"
buttons, only work properly when defined as a button using the <button> tag instead of <a class="btn (or button)">. you'll need to define a button using the button tag.
you spawn a normal one-line code block by using <code> text </code>
to add the CSS theme to your website, you'll need to include:
the easiest way to do this is by adding the following to <head>:
for the stylesheet itself, if you want to be guaranteed to receive updates automatically, instead of RaĆz1's Gotthard file server, use either of the two as sources:
Made by kevadesu, 2024. The Z6XdL license applies.