VIDEO In this tutorial you are going to learn how to make a website using html & css, and add some functionality to saved user input into our local server, so be sure to watch the complete series of video and start building your awesome website today.#Home Screen Page HTML Code:
#HomeScreen Page CSS Code:
*{
margin:0;
padding: 0;
}
body{
display:block;
margin-top: 5%;
margin-bottom:5%;
margin:auto;
box-sizing: border-box;
background-color:#fbfcff;
width: 1080px;
height: 1500px;
}
a#a1{
text-decoration:none;
color: #04428b;
font-weight:bold;
}
a#a1:hover{
color:orange;
}
img#img1{
display:block;
}
td#td-nav{
text-align:center;
}
td{
font-size:24px;
}
table#navigation-table td#td2{
text-align: center;
}
td#td-th1{
color:#04428b;
}
h2#header2{
color:#04428b;
margin-left:5%;
font-size:24px;
font-weight: bold;
margin-bottom:-2%;
}
td#td-th2{
color:#04428b;
}
td#td-th3{
color:#04428b;
}
td#td-th4{
color:#04428b;
}
table#main-table{
background-color:#fbfcff;
display: block;
}
table#main-table-t1{
display:block;
text-align: left;
margin-top: -15%;
}
table#main-subtable{
display: block;
}
table#table3{
display: block;
background-image: url('img/illustration-home-section2.png');
background-repeat: no-repeat;
background-size:1080px;
background-position: center;
}
table#table3 td#td-h2{
width: 540px;
text-align: center;
}
table#table-footer{
background-color: #04428b;
display: relative;
margin-top: 5%;
}
form#f1{
width: 1080px;
height:60px;
display:block;
margin: auto;
}
button#btn1{
border-radius:100%;
border-style: none;
margin-left: -365%;
width: 35px;
margin-top: 7%;
height: 35px;
text-align: center;
background-image: url('img/button-icon.png');
background-repeat: no-repeat;
background-size: 16px;
background-position: center;
}
td#tdhome{
text-align:center;
}
td#tdabout{
text-align:center;
}
td#tdlogin{
text-align:center;
}
td#tdhome a#ahome{
color: #04428b;
text-decoration:none;
}
td#tdhome a#ahome:hover{
color:orange;
}
td#tdabout a#about{
color: #04428b;
text-decoration:none;
text-align: center;
}
td#tdabout a#about:hover{
color:orange;
}
td#tdlogin a#alogin{
color: #04428b;
text-decoration:none;
background-color:#f2e908;
padding:6px;
text-align: center;
padding-left: 20px;
padding-right:20px;
border-radius:100px;
}
td#tdlogin a#alogin:hover{
background-color:#C8B560;
}
input#query{
border-radius: 50px;
background-color:#04428b;
color:white;
width: 275px;
height: 35px;
font-size: 16px;
text-align:left;
margin:auto;
font-weight:bold;
}
table#navigation-table{
display:relative;
text-align: center;
border-bottom: solid #C4C4C4;
}
::placeholder{
font-size: 16px;
text-align: left;
}
a#view-job-btn{
background-color:#04428b;
padding:5px;
padding-left: 24px;
padding-right:24px;
color:white;
text-align:center;
text-decoration:none;
border-radius:100px;
font-size:24px;
}
a#view-job-btn:hover{
background-color: #488AC7;
}
a#view-market-btn{
background-color:#04428b;
padding:5px;
padding-left: 12px;
padding-right:12px;
color:white;
text-align:center;
text-decoration:none;
font-size:24px;
border-radius:100px;
}
a#view-market-btn:hover{
background-color: #488AC7;
}
table#table3{
display:relative;
}
table#table-footer{
display:relative;
background-color:#04428b;
}
table#table-footer2{
background-color:#04428b;
margin-top:5%;
}
a#a-careers{
color:white;
font-weight:bold;
text-decoration:none;
}
a#a-careers:hover{
color:orange;
}
a#a-support{
color:white;
font-weight:bold;
text-decoration:none;
}
a#a-support:hover{
color:orange;
}
a#a-contact{
color:white;
font-weight:bold;
text-decoration:none;
}
a#a-contact:hover{
color:orange;
}
td#td-careers{
text-align:center;
}
td#td-support{
text-align:center;
}
td#td-contact{
text-align:center;
}
td#td-illustration1{
text-align:center;
}
td#td-btn{
text-align: center;
}
fieldset#fieldset1{
background-color:#04428b;
border-style:none;
margin-top:-4%;
display: block;
}
table#table-social-media-icon{
margin-top:5%;
display: relative;
margin: auto;
}
#btn-insta{
background-color:transparent;
border-style:none;
}
#btn-twitter{
background-color:transparent;
border-style:none;
}
0 Comments