HTML/CSS Sign-up sheet

My Web Page

I have had very little experience with HTML and CSS in the past. For example, I have inspected and edited small pieces of websites before, but have never written from scratch. I found being able to construct a website on my own to be an amazing experience.

I love how everything is customizable in CSS. I am able to change everything from color to font to padding. It allows for the production of a marvelous webpage.

body{
	font-size: 14pt;
	color: #f5c13f;
	background-color: #0b5091;
}

p{
	margin: 20px;
}

a{
	color: red;
}

h1, h4{
	text-align: center;
}

 

 

 

Author: Max Goldberg

http://goldbergmax.com/about/

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *