Let's playing with astronot css new modern and fast slim css - learn html css and markdown.
Hey... you can download starter template in here →
Or you need to learn about layout ?? get started now →
<h1>this is header 1</h1>
or you can use # on markdown style
<h2>this is header 2</h2>
or you can use ## on markdown style
<h3>this is header 3</h3>
or you can use ### on markdown style
<h4>this is header 4</h4>
or you can use #### on markdown style
<h5>this is header 5</h5>
or you can use ##### on markdown style
<h6>this is header 6</h6>
or you can use ###### on markdown style
<p></p> this is a paragprah content
<img alt="" src=""/>
<iframe width="360" height="215" src="https://www.youtube.com/embed/GPOQzSnGqXw"> </iframe>
This is link use <a href="inserturlhere"> This is a link </a>
This is link use <a href="inserturlhere" class="link"> This is a link </a> use class="link" for white text
<code>input script code here</code>
<pre>input script pre code here</pre>
<pre><code>input script pre code here</code></pre>
<span>input something here..</span>
<blockquote>Wohoo... Astro CSS is cool</blockquote>
use blockquote
Wohoo... Astronot CSS is cool
use span : git clone astronot.git
use code : this is code
.astronot {
color: #9b4dca;
}
<pre><code> Example for pre code </code></pre>
.astronot {
color: #9b4dca;
}
<button> hey i'm button </button>Example for button : Link with span Link Span
<a href="link here" class="button"> click here </a>
<a href="link here"><span class="meteor"> click here </span></a>
<button class="astronot"> astronot </button>
<button class="meteor"> meteor </button>
<button class="rocket"> rocket </button>
<button class="mooon"> moon </button>
<button class="star"> star </button>
<button class="asteroid"> asteroid </button>
<button class="btn-astronot"> astronot </button>
<button class="btn-meteor"> meteor </button>
<button class="btn-rocket"> rocket </button>
<button class="btn-mooon"> moon </button>
<button class="btn-star"> star </button>
<button class="btn-asteroid"> asteroid </button>
astronot meteor rocket moon star asteroid
<ul>
<li>list 1</li>
<li><list 2</li>
<li>list 3 </li>
</ul>
<ol>
<li>list 1</li>
<li><list 2</li>
</ol>
<dl>
<dt>list 1</dl>
<dd><list 2</dd>
</dl>
This is list
+ list 1
+ list 2
+ list 3
<table>
<thead>
<tr>
<th>Static Site Generator</th>
<th>Template</th>
<th>website</th>
</tr>
</thead>
<tbody>
<tr>
<td>Jekyll</td>
<td>Liquid</td>
<td>jekyllrb.com</td>
</tr>
<tr>
<td>Eleventy</td>
<td>Nunjuck</td>
<td>11ty.dev</td>
</tr>
<tr>
<td>Astro</td>
<td>Astro</td>
<td>astro.build</td>
</tr>
</tbody>
</table>
| Static Site Generator | Template | Website |
|---|---|---|
| Jekyll | Liquid | jekyllrb.com | Eleventy | Nunjuck | 11ty.dev |
| Astro | Astro | astro.build |
<form action="your action here" method="post">Form Output :
<input class="form" type="text" name="name" placeholder="Insert name">
<texarea class="form" name="message" placeholder="Insert some message"></textarea>
<input type="checkbox" value="" id="flexCheckDefault">
<label for="flexCheckDefault"> This is check </label>
<button>Send Message</button>
</form>
copyrights astronot css