Portfolio
Sean Murphy
This is my second Prodject and I am practicing
<p>I am currently learning Html, CSS and Javascript.</p>
<p>Web developer Learning Front-End</p>
<!-- contact Section -->
Contact Me
<label for="NAME"></label>
<input type="text" placeholder="Name" required>
<br>
<label for="EMAIL ADDRESS"></label>
<input type="email" placeholder="Email Address" required>
<br>
<label for="PHONENUMBER"></label>
<input type="tel" placeholder="Phone Number" required>
<br>
<label for="MESSAGE"></label>
<input type="text" placeholder="Message" required>
<br>
<input type="submit">
CSS
body {
background: url(http://www.planwallpaper.com/static/images/Cool-Wallpapers-Background-HD-Wallpaper_toh7Zt9.jpg);
}
p {
color: rgb(200, 200, 200);
}
#main{
color: blue;
}
#main1{
color: green;
}
#main2 {
color: yellow;
}
a {
color: lightblue;
}
ul {
color: white;
}
.grid_element {
display: inline-block;
width: 300px;
height:200px;
zoom: 1; /* for IE /
display:inline; /* for IE */
}
body {
border-style: groove;
border-color: rgb(100, 200,0);
padding-top: 10px;
padding-right: 50px;
padding-bottom: 10px;
padding-left: 100px;
}
h1 {
background: lightblue;
}
ul {
** border: 1px solid #555;**
}
li {
** text-align: center;**
** border-bottom: 1px solid #555;**
}
li:last-child {
** border-bottom: none;**
}