Facebook
From Tiny Penguin, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 132
  1. @import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
  2.  
  3. body {
  4.   background-color: white;
  5. }
  6.  
  7. .box1 {
  8.   margin: 0 auto;
  9.   width: 550px;
  10.   height: 800px;
  11.   border: solid;
  12.   border-color: gray;
  13. }
  14.  
  15. .box1 .line {
  16.   width: 500px;
  17.   margin-top: 10px;
  18.   margin: 0 auto;
  19.   height: 2px;
  20.   color: blue;
  21.   background: solid;
  22.   background-color: gray;
  23. }
  24.  
  25. .box1 p.text1 {
  26.   color: #03002e;
  27.   font-family: 'Oswald', sans-serif;
  28.   font-size: 30px;
  29.   margin-top: 40px;
  30.   margin-left: 30px;
  31. }
  32.  
  33. .box1 img.image1 {
  34.   position: relative;
  35.   top: 5px;
  36.   width: 100px;
  37.   margin-left: 30px;
  38.   padding-bottom: 10px;
  39. }
  40.  
  41. .box1 p.text2 {
  42.   font-family: 'Oswald', sans-serif;
  43.   color: gray;
  44.   padding: 0;
  45.   margin: 0;
  46.   margin-left: 30px;
  47.   font-size: 20px;
  48.   margin-top: 10px;
  49. }
  50.  
  51. .box1 p.text3 {
  52.   font-family: 'Oswald', sans-serif;
  53.   color: black;
  54.   padding: 0;
  55.   margin: 0;
  56.   margin-left: 30px;
  57.   font-size: 20px;
  58. }
  59.  
  60. .box1 p.text4 {
  61.   font-family: 'Oswald', sans-serif;
  62.   color: black;
  63.   padding: 0;
  64.   margin: 0;
  65.   margin-left: 30px;
  66.   margin-top: 20px;
  67.   font-size: 20px;
  68. }
  69.  
  70. .box1 p.text5 {
  71.   position: absolute;
  72.   top: 765px;
  73.   margin-left: 30px;
  74.   color: blue;
  75.   font-family: 'Oswald', sans-serif;
  76.   text-decoration: underline;
  77.   cursor: pointer;
  78. }