slight enhancements for the user agent stylesheet slightcss.devins.page
css stylesheet framework lightweight
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: forms in demo

intergrav a0dd4baf 4331f91f

+15
+15
index.html
··· 129 129 this is a line of code, indented with tab 130 130 this is another line of code, indented with tab 131 131 beep boop</code></pre> 132 + <h3>forms</h3> 133 + <p>this form doesn't actually do anything its just a demo</p> 134 + <form> 135 + <label for="fname">first name</label><br /> 136 + <input type="text" id="fname" name="fname" /><br /> 137 + <label for="lname">last name</label><br /> 138 + <input type="text" id="lname" name="lname" /><br /><br /> 139 + <input type="radio" id="one" name="options" value="option 1" /> 140 + <label for="one">option 1</label><br /> 141 + <input type="radio" id="two" name="options" value="option 2" /> 142 + <label for="two">option 2</label><br /> 143 + <input type="radio" id="three" name="options" value="option 3" /> 144 + <label for="three">option 3</label><br /><br /> 145 + <input type="submit" value="submit" /> 146 + </form> 132 147 <h2>difference between this and dev.css?</h2> 133 148 <p> 134 149 i maintain and use both, but this is a much more simple alternative to