32 lines
No EOL
567 B
HTML
32 lines
No EOL
567 B
HTML
#workskin .userstuff {
|
|
background-image: URL(https://i.ibb.co/QjxS9CF0/54cbfbe9153a0a387b51924f8e2524c22a9d4a72.jpg);
|
|
border: 5px solid outset;
|
|
font-family: Times New Roman;
|
|
font-weight: 900;
|
|
padding: 1%;
|
|
}
|
|
|
|
#workskin .chapter {
|
|
display: hidden;
|
|
|
|
}
|
|
|
|
#workskin h1 {
|
|
background: #000;
|
|
border: 3px solid;
|
|
font-family: Times New Roman;
|
|
width: 550px;
|
|
color: #fff;
|
|
justify-content: center;
|
|
}
|
|
|
|
#workskin .nav {
|
|
background-color: #000;
|
|
color: #fff;
|
|
width: 250px;
|
|
height: 150px;
|
|
}
|
|
|
|
#workskin .userstuff a {
|
|
color: #fff;
|
|
} |