Skip to main content

Header, HTML, Body


 <!DOCTYPE html>


<html>


<head>


<style>




header {


position:fixed;


font-family: 'Arial Black';


top:0px;


left:0px;


width:100%;


height:10%;


color:#FFFFFF;


background-color: #CBC6DC;


background-repeat: no-repeat;


background-attachment: fixed;


background-size: 200% 50%;


font-size: 50px;


padding:15px;


}




footer {


  text-align: center;


  padding: 500px;


  background-color: #FFFFFF;


  color: white;


  font-size: 10px;


}


body {


background-image: jpg ('jillian.jpg');


background-repeat: no-repeat;


background-attachment: fixed;


background-size: 100% auto;


padding: 95px;


}


.frame1 {


background-color: #CBC6DC;


color: #FFFFFF;


font-family: 'Arial Black';


margin-left: 0px;


padding: 15px;


padding-top: 5px;


padding-left: 15px;


float: left;


width: 550px;


}




.frame2 {


    width: 45%;


    background-color: #F7DFAC40;


    float: right;


    font-family: 'Copper';


    color: #000000;


    margin-left: 0px;


padding: 15px;


padding-top: .5px;


}





</style>


</head>




<header>MEMORIES


</header>




<body>


<div class="frame1">


<form>




<h3>Athena </h3>


<p> Go Sexy! Go Sexy! Go Sexy Sexy Love!! </p>


<p>—I can't breathe</p>


<p>Don't mess with a broken heart


</p>




</form>






<form>




<br><h3>Cali</h3>


<p>Am I not enough?</p>


<p>I won't let you go without letting you know how much I love you, and how much I want to give us another chance.</p>


<p>—Kayong mga lalaki, aklala niyo 'pag nambababae kayo, sinasaktan niyo lang kami.</p></br>




</form>


</div>




<form>


<div class="frame2">




<br><h3> Seven Sunday </br> </h3>


<p>This is not a bank, so I cannot be bankcrupt</p>


<p>Buhay niya, Choice niya</p>


<p>One down….Two down, two to go….Three down.</p>


<p>—Huwag kayo masyadong magalit. Nakakabawas ng pogi points </p>






<br><h3>Barcelona The Untold Story </br> </h3>


<p>¡Dios mio!</p>


<p>Hindi ako si Celine! So stop comparing me to her!</p>


<p>Tama! Hindi ikaw si Celine, and you will never be Celine!</p>


<p>—Lahat kayo hindi naniniwala that I still have a chance</p>




</div>


</form>




<footer>


<p>FIND ME ON MY SOCIALS</p>


  <p><a href="https://www.facebook.com/profile.php?id=100009279015687">FACEBOOK</a></p>


  <p><a href="https://www.instagram.com/jillworks.digital/?hl=en">INSTAGRAM</a></p>


</footer>




</html>

Comments

Popular posts from this blog

Exercise 12-14: Responsive Web Design, Tutorial Web Page and Activities Compilation

 PROJECT; Tutorial about how to do the Exercise 7: Select Box Price List First the Html code for this exercise is put the usually code the "<!DOCTYPE html> <html> <head>"  if you don't put this usually code then your labored to be made is nonsense so you need this and we will go to put this meta name "<meta name="viewport" content="width=device-width, initial-scale=1">" and the Title of what exercise are you doing like this "<title>Exercise 007: JavaScript Selected Value</title>"  and also you will link this html to the .css code or file like this  "<link rel="stylesheet" href="Exercise007SelectedValueinte2.css"> </head>" Next we will go to the main exercise that we will do how to do the Price List  don't forget the body "<body>" and like the title the main font of this exercise "<h1 class="font1"> Products & Pr...

Exercise 10: Animation (Finals Web Prog)

(Code for HTML:) <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Exercise 010 Animated Web page</title> <link rel="stylesheet" href="Exercise10AnimatedWebpage.css"> </head> <body> <div> <h1 style="font-size:40px;"> ABOUT MYSELF  </h1> </div> <br> <br> <br> <br> <br> <br> <br> <br>  <p style="text-align: justify; text-indent: 50px;">  Hi I'm Jillian Marren Dela Cruz. You can call me "Jill or Jillian" i'm currently 3rd year Multimedia Arts Student. 20 years of Age. I chose multimeida because i want to enchance my skills and i'm willing to learn about everything. I'm November Babies and My zodiac sign is Sagittarius. The Sagittarius Traits is Curious and energetic, Sagittarius is one of the biggest travelers among all...

Image

<!DOCTYPE html> <html> <head> <style> header { position:fixed; font-family: 'Arial Black'; top:0px; left:0px; width:98%; height:10%; color:#FFFFFF; background-color: #CBC6DC; background-repeat: no-repeat; background-attachment: fixed; background-size: 200% 50%; font-size: 50px; padding:15px; } footer {   text-align: center;   padding-top:20px;   padding-right: 200px;   padding-bottom: 700px;   padding-left: 325px;   background-color: #FFFFF;   color: black;   font-size: 12px;   width: 500px; }  body { background-image: url('jillian.jpg'); background-repeat: no-repeat; background-attachment: fixed;yy background-size: 100% auto; padding: 90px; color: white; font-family: "Arial Black"; font-size: 15px; text-align: center; } .frame1 { background-color: #CBC6DC; color: #FFFFFF; font-family: 'Arial Black'; margin-left: 0px; padding-top: 10px; padding: 10px; float: left; width: 517px; } .frame2 { backgr...