View gist:10e9a7a64957c46cc0dd431193aa742f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
body {font-family: Arial, Helvetica, sans-serif;} | |
* {box-sizing: border-box} | |
/* Full-width input fields */ | |
input[type=text], input[type=password] { | |
width: 100%; | |
padding: 15px; | |
margin: 5px 0 22px 0; | |
display: inline-block; |
View gist:2c19c8823f045c41438777cbcf928067
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<title>My Wep Page!</title> | |
<body> | |
<p1> P1 means paragraph 1</p1> | |
</body> | |
</html> |
View gist:ead46f615cbb6423cc3bac2c2db5310f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
</html> |