Difference between revisions of "User:Yb30"

Line 6: Line 6:
  
  
<div style="width: 25%; height: 50px; overflow: auto; scrollbar-face-color: #CE7E00; scrollbar-shadow-color: #FFFFFF; br /scrollbar-highlight-color: #6F4709; scrollbar-3dlight-color:#11111; scrollbar-darkshadow-color: #6F4709; br /scrollbar-track-color: #FFE8C1; scrollbar-arrow-color: #6F4709;">
+
<html>
Putting some text in this box will let you see how large it can stretch to - eventually the scrollbars should show, enabling you to scroll through the text. That's it! :)</div>
+
<head>
 +
<style>
 +
p {
 +
text-align: center
 +
}
 +
#ourParagraph {
 +
border-style: solid;  
 +
padding: 30px;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<p id="ourParagraph" >Hello World</p>
 +
</body>
 +
</html>
 
</center>
 
</center>

Revision as of 11:26, 22 February 2022

YB30's Wiki

Change the user count if you have visited this page for your first time.

1


<html>

<head>
<style>
p {
text-align: center
}
#ourParagraph {
border-style: solid; 
padding: 30px;
}
</style>
</head>
<body>

Hello World

</body>

</html>