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:
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 also, a background image is kind of necessary if you don't want the background to purely be white...
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"
for sanity, it's recommended to spawn only ONE window, it's going to be hell dealing with multiple if working with mobile as well.
buttons work both when defined as a button using the <button> tag AND <a class="btn (or button)">. although, if i were you, i'd use the a tag with the button class.
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>:
Made by kevadesu, 2024. The Z6XdL license applies.