What's new

Help css

Status
Not open for further replies.

SUNRAI

Eternal Poster
Joined
Feb 1, 2018
Posts
515
Reaction
59
Points
349
Age
23
Ano po kayang problema sa code ko ayaw kaseng mag apply ng css sa "2"

<!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-color: #fbf1ef

}

#container {
width:550px;
height:1000px;
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 ;
}

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


</style>


</head>
<body>
<div id="wrapper">
<div id="container">
<br>
<p id="headtitle">Aris Songalia</p>


<p 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>
</p>
<p id="2">
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.
</p>
<br>
<br>
I love to draw since I was a kid and I want to apply this artistry to what I make in programing.
<br>
<br>
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>
 
Status
Not open for further replies.

Similar threads

Back
Top