Ivoryrose

Template 11

Dec 18th, 2025
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Template 11</title>
  5. <style>
  6. body{
  7. background-image: url('https://64.media.tumblr.com/f04d2af97854007a0a2c1e65744d78a8/tumblr_inline_mt6k8vI0Jk1s1qbqj.gif');
  8. color:#ff80b7 ;
  9. }
  10.  
  11. #contaior{
  12. width: 800px;
  13. margin-left: auto;
  14. margin-right: auto;
  15. text-align: center;
  16. }
  17.  
  18. #content{
  19. width: 800px;
  20. height: 600px;
  21.  
  22. padding: 5px;
  23. }
  24.  
  25. #side{
  26. width: 150px;
  27. float: left;
  28. }
  29.  
  30. #nav{
  31. width: 150px;
  32. height: 200px;
  33. background-color: white;
  34. border: 3px solid;
  35. background-color: white;
  36. border-image-slice: 100%;
  37. border-image-source: none;
  38. border-image-slice: 1;
  39. border-image-source: linear-gradient(to bottom right, #ff80b7 );
  40.  
  41.  
  42. }
  43.  
  44.  
  45. #nav a{
  46. padding: 4px;
  47. text-decoration: none;
  48. background-color: white;
  49.  
  50. border-radius: 25px;
  51.  
  52. margin-inline: 10px;
  53. color: #ff80b7;
  54. background-color: white;
  55. }
  56.  
  57. #nav a:hover {
  58. background-color: #ff80b7;
  59. color: #fff;
  60. }
  61.  
  62. #updates{
  63. width: 150px;
  64. height: 100px;
  65. overflow: auto;
  66. background-color: white;
  67. border: 3px solid;
  68. background-color: white;
  69. border-image-slice: 100%;
  70. border-image-source: none;
  71. border-image-slice: 1;
  72. border-image-source: linear-gradient(to bottom right, #ff80b7 );
  73.  
  74.  
  75. }
  76.  
  77. #linkme{
  78. width: 150px;
  79. height: 160px;
  80. overflow: auto;
  81. background-color: white;
  82. border: 3px solid;
  83. background-color: white;
  84. border-image-slice: 100%;
  85. border-image-source: none;
  86. border-image-slice: 1;
  87. border-image-source: linear-gradient(to bottom right, #ff80b7 );
  88.  
  89. }
  90.  
  91. #main{
  92. width: 600px;
  93. float: right;
  94. }
  95.  
  96. #main1{
  97. width: 600px;
  98. background-color: white;
  99. border: 3px solid;
  100. background-color: white;
  101. border-image-slice: 100%;
  102. border-image-source: none;
  103. border-image-slice: 1;
  104. border-image-source: linear-gradient(to bottom right, #ff80b7 );
  105. float: right;
  106.  
  107. }
  108.  
  109. #main2{
  110. width: 600px;
  111. background-color: white;
  112. border: 3px solid;
  113. background-color: white;
  114. border-image-slice: 100%;
  115. border-image-source: none;
  116. border-image-slice: 1;
  117. border-image-source: linear-gradient(to bottom right, #ff80b7 );
  118. float: right;
  119.  
  120. }
  121.  
  122. #main3{
  123. width: 290px;
  124. background-color: white;
  125. border: 3px solid;
  126. background-color: white;
  127. border-image-slice: 100%;
  128. border-image-source: none;
  129. border-image-slice: 1;
  130. border-image-source: linear-gradient(to bottom right, #ff80b7 );
  131.  
  132. float: left;
  133.  
  134. }
  135.  
  136. #main4{
  137. width: 290px;
  138. background-color: white;
  139. border: 3px solid;
  140. background-color: white;
  141. border-image-slice: 100%;
  142. border-image-source: none;
  143. border-image-slice: 1;
  144. border-image-source: linear-gradient(to bottom right, #ff80b7 );
  145.  
  146. float: right;
  147.  
  148. }
  149.  
  150.  
  151.  
  152. #header{
  153. width: 790;
  154. height: 50px;
  155. background-image: linear-gradient(to right, #ffa8ce , #ffbdd9);
  156. color: white;
  157.  
  158. }
  159.  
  160. #footer{
  161. clear: both;
  162.  
  163. color: white;
  164. text-align: center;
  165. width: 800px;
  166. height: 20px;
  167.  
  168. text-align: center;
  169. background-image: linear-gradient(to right, #ffa8ce , #ffbdd9);
  170. }
  171. #footer a{
  172. color: white;
  173. text-decoration: none;
  174.  
  175. }
  176. </style>
  177. </head>
  178. <body>
  179. <div id="contaior">
  180. <div id="header">
  181. <h1>site name</h1>
  182. </div>
  183. <marquee>
  184. "Is everyone doing "A Whole New World" without me?! I WANNA BE JASMINE, YOU SON OF A BITCH!!"
  185. —Amy Rose, "Sonic Riders"
  186. </marquee>
  187. <div id="content">
  188. <div id="side">
  189. <div id="nav">
  190. <br>
  191. <a href="">link</a>
  192. <br>
  193. <br>
  194. <a href="">link</a>
  195. <br>
  196. <br>
  197. <a href="">link</a>
  198. <br>
  199. <br>
  200. <a href="">link</a>
  201. <br>
  202. <br>
  203. <a href="">link</a>
  204.  
  205.  
  206.  
  207. </div>
  208.  
  209. <br>
  210.  
  211. <div id="updates">
  212. <h3>updates</h3>
  213.  
  214. <p>mm/dd/yyyy</p>
  215. <p>blah blah blah</p>
  216. <p>mm/dd/yyyy</p>
  217. <p>blah blah blah</p>
  218. <p>mm/dd/yyyy</p>
  219. <p>blah blah blah</p>
  220. <p>mm/dd/yyyy</p>
  221. <p>blah blah blah</p>
  222. <p>mm/dd/yyyy</p>
  223. <p>blah blah blah</p>
  224.  
  225. </div>
  226. <br>
  227. <div id="linkme">
  228. <h3>link me?</h3>
  229. <!-- this image is just a place holder using sadgirls button maker -->
  230. <img src="https://file.garden/aPJwjC1AFmgACLJC/download.png">
  231. <br>
  232. <br>
  233. <textarea style="width:100px;"> <a href="YOUR WEBSITE LINK"> <img src="YOUR IMAGE LINK"></a>
  234. </textarea>
  235.  
  236.  
  237. </div>
  238. <br>
  239. <img src="https://i.postimg.cc/YCFpqWFc/d4bjhld-4b00aa24-cec6-48e5-99f1-fa5c2dadd682.gif">
  240.  
  241. </div>
  242. <div id="main">
  243. <div id="main1">
  244. <h2>Welcome</h2>
  245.  
  246. <p>This a template by Ivory's Rose's!</p>
  247. <p>You can change anything but at kepp the credits on the page:)</p>
  248. <p>if you need anything email me at [email protected] if theres any thing you may need</p>
  249. <img src="https://i.postimg.cc/KzLdLqK7/5959f34e3f1a18bb0f075743d51f5d14.gif">
  250. </div>
  251. <marquee>
  252. <img src="https://i.postimg.cc/0NgS6VSf/Tumblr-l-16122762320462.png">
  253. <img src="https://i.postimg.cc/8P0MGpPx/Tumblr-l-16127906110981.webp">
  254. <img src="https://i.postimg.cc/rwRWFBDs/Tumblr-l-16126115704315.webp">
  255. <img src="https://i.postimg.cc/FzH22G7c/Tumblr-l-56935510089008.gif">
  256. <img src="https://i.postimg.cc/qMwNjcDs/d4nzlij-a51ceb5c-3e74-412a-89ce-9a7b555a78cc.gif">
  257. <img src="https://i.postimg.cc/1RMDWcxm/Tumblr-l-16129591101813.webp">
  258. <img src="https://i.postimg.cc/4N39xssv/d1o7kf7-c0f78ff6-3bb0-4dc0-8220-d3baba646512.png">
  259.  
  260. </marquee>
  261. <div id="main2">
  262. <h3>content</h3>
  263. <p>content content content content content content content content content content content </p>
  264. <p>content content content content content content contentcontent content content content </p>
  265.  
  266. </div>
  267. <marquee>
  268. "Well, I have a story for you! When I was a little girl, I used to wet the bed. But that didn't mean it was my bed, 'cause I was a renter. I started renting my first apartment when I was six years old 'cause I'm a self-sufficient woman, and my mom kicked me out for being far too obnoxious. And that's why I... am the TRUE owner of the world. That's right. All of that you see before you?
  269. Everything the piss touches? That is your kingdom. And you, my son, shall go forth and inherit it."—Amy Rose, "Sonic Adventure 2 (Dark Story + Final Story)"
  270.  
  271.  
  272. </marquee>
  273. <div id="main3">
  274. <h3>content</h3>
  275. <p>content content content content content content content content content content content </p>
  276. </div>
  277.  
  278. <div id="main4">
  279. <h3>content</h3>
  280. <p>content content content content content content content content content content content </p>
  281.  
  282. </div>
  283.  
  284. </div>
  285.  
  286.  
  287.  
  288. </div>
  289. <br>
  290. <br>
  291. <div id="footer">
  292. <p>Template By <a href="https://ivorysroses.nekoweb.org/index.html">Ivory's Rose's</a></p>
  293. </div>
  294. </div>
  295. </body>
  296. </html>
Advertisement
Add Comment
Please, Sign In to add comment