Advertisement
thequeenroyal

lili

Apr 26th, 2020
1,405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.31 KB | None | 0 0
  1. @font-face {
  2.     font-family: "Intro";
  3.     src: url(https://dl.dropbox.com/s/6ljrkkvsmj7m2fx/Intro.otf);
  4.     format("truetype");
  5. }
  6. #lili {
  7.   width: 600px;
  8.   height: auto;
  9. }
  10. #lili .base {
  11.   background: #000;
  12.   padding: 10px;
  13.   outline: 1px solid #fff;
  14.   outline-offset: -5px;
  15. }
  16. #lili .foto {
  17.   width: 100px;
  18.   height: 100px;
  19.    background: center/cover;
  20.   border-right: solid 4px #fff;
  21.   border-bottom: solid 4px #fff;
  22.   border-radius: 100%;
  23. }
  24.  
  25. #lili .title  {
  26.   font: 30px Intro;
  27.   color: #fff;
  28.   padding: 5px;
  29.   box-sizing: border-box;
  30.   margin-top: 5px;
  31.   text-align: center;
  32.  
  33. }
  34. #lili .line {
  35.   width: 590px;
  36.   height: 1px;
  37.   background: #FFFFFF;
  38.   position: relative;
  39.   margin-left: -5px;
  40. }
  41. #lili .small {
  42.   font: 10px Montserrat;
  43.   color: #fff;
  44.   text-transform: uppercase;
  45.   font-weight: bold;
  46.   text-align: justify;
  47.  padding: 10px;
  48.   width: 450px;
  49. }
  50. #lili .basepost {
  51.   padding: 35px;
  52.   box-sizing: border-box;
  53.   background: #000;
  54. }
  55. #lili .post {
  56.   padding: 5px;
  57.   text-align: justify;
  58.   font: 12px Arial;
  59.   color: #ccc;
  60.   line-height: 170%;
  61. }
  62. #lili:after { display: block; content: "「sp」"; padding: 5px 10px; font: 8px Consolas; text-transform: uppercase; font-weight: bold; opacity: .4; color: #8c8c8c; } #lili:hover:after { content: "「self portrait resources」"; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement