What's new

Closed How to add img in css/html

Status
Not open for further replies.

SUNRAI

Eternal Poster
Joined
Feb 1, 2018
Posts
515
Reaction
59
Points
349
Age
23
Gusto ko rin po sana i set yung location


<!DOCTYPE html>
<html lang="en">
<head>
<title>Aris Songalia</title>
<style rel="styesheet"type="text/css">

body {
padding:0px;
margin:0px;


}

#wrapper {
width:100%;
height:auto;
background-image: linear-gradient( #b68e85 0%,#b68e85 25%, #fbf1ef 25%,#fbf1ef 100%);

}




#container {
width:550px;
height:1100px;
margin:0 auto;
position:relative;
Background-color:#dec8c1;


box-shadow:7px 10px #c1afaf;

}
#headtitle {
Text-align:Center;
font-size:30px;
}

#bp {
Text-align:Center;
padding : 20px;
position: static;
width: 300px ;

}


#d {
Text-align:Center;
padding : 20px;
position: relative;
width: 200px ;
left: 260px;
border:inset;
}
#p {
Text-align:Center;
padding : 20px;
position: relative;
width: 200px ;
left: 260px;
border:inset;

#image (18).jpeg{
position :absolute;
width:100px;
Height:500px;
right :500px;
}



</style>


</head>
<body>


<div id="wrapper">
<div id="container">
<br>

<p id="headtitle">Aris Songalia</p>





<div id="bp">My name is Aris Songalia currently studying Information and Cumputer Technology in SHS San nicolas. Both my parents are living with me in Bacoor Cavite along with my older brother.
<br>
<br>

My father grew up in Samar along with hes family, My mother grew up in leyte also along with her family, Both my grandparents in my father's side passed away so I never had a chance to meet them. My parents choosed to live and raise a family here in Bacoor, Cavite.
<br>
<br>


Living along with my brother we both liked staying indoor and is introverted with an identical personality, We used to play video games a lot and both had a special bond to each other. Growing up we became distant and more distant as the time pass by.
</Div>
<br>
<br>
<p id ="d">
I love to draw since I was a kid and I want to apply this artistry to what I make in programing.
<p>
<br>
<br>
<p id="p">
Programing always fascinated but actually never try to learn until now and im eager to learn and improve and is happy about the track i chose.
</p>



</div><!-- end div container-->
</div><!-- end div wrapper -->
</body>
</html>
 

Attachments

Fixed napo since nasa mobile ako nag cocode iba ang itsura nung file directory hindi kagaya sa mga normal salamat po sa advice
 
Status
Not open for further replies.

Similar threads

Back
Top