Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #sidebar {
- width: 250px;
- height: relative;
- background-color: {color:Sidebar Background};
- border: 1px solid {color:Sidebar Border};
- border-radius: 5px;
- margin-top: 50px;
- margin-left: 50px;
- padding: 20px;
- position: fixed;
- }
- #sidebar img {
- width: 250px;
- }
- #title {
- color: {color:Title};
- font-size: 20px;
- margin-top: 20px;
- margin-left: 25px;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 2px;
- border-bottom: 1px solid {color:Title Border};
- padding-bottom: 5px;
- width: 200px;
- }
- #description {
- background-color: {color:Description Background};
- border: 1px solid {color:Description Border};
- border-radius: 5px;
- font-size: 12px;
- padding: 10px;
- text-align: justify;
- margin-top: 20px;
- }
Advertisement
Add Comment
Please, Sign In to add comment