Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @font-face {
- font-family: "Baron Neue";
- src: url(https://dl.dropbox.com/s/wzswlu55k8mtz0n/Baron%20Neue.otf);
- format("truetype"); }
- #doc {
- width: 700px;
- height: 500px;
- border: 1px solid #fafafa;
- border-radius: 5px;
- }
- #doc .fundo {
- width: 700px;
- height: 470px;
- background: url(https://wowkpop.com/wp-content/uploads/2019/07/exo-suho-leader-1.jpg) center/cover;
- object-fit: cover;
- }
- #doc .namesbg {
- background: center/cover;
- padding: 5px;
- position: relative;
- overflow: hidden;
- top: 330px;
- }
- #doc .namesbg b {
- font: 60px Baron Neue;
- text-transform: lowercase;
- position: relative;
- text-align: center;
- }
- #doc .menu {
- height: 30px;
- position: relative;
- top: -120px;
- text-shadow: 1px 1px 1px black;
- padding: 10px;
- box-sizing: border-box;
- left: 230px;
- }
- #doc .link {
- width: 200px;
- font: 21px Montserrat;
- color: #fff;
- text-transform: uppercase;
- font-weight: bold;
- text-align: center;
- display: grid;
- margin: 3px;
- border-bottom: 1px solid #fff;
- transition: all 2s ease-in-out;
- }
- #doc .quote {
- font: 13px Poppins;
- color: #fff;
- text-transform: uppercase;
- position: relative;
- top: 305px;
- text-align: justify;
- padding: 10px;
- box-sizing: border-box;
- line-height: 130%;
- width: 600px;
- text-shadow: 1px 1px black;
- }
- #doc .link:hover {
- font-style: italic;
- letter-spacing: 1px;
- }
Advertisement
Add Comment
Please, Sign In to add comment