View source for User:JJPMaster/test.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
{{#css:
#manual-body {
border: 4px solid #5B5B5B;
padding: 10px;
}
.red-line {
background-color: #A51C30;
height: 2px;
}
.main-header {
font-weight: bold;
font-family: serif;
font-size: 55px;
line-height: 55px; /* keep the same as font-size */
display: inline-block;
vertical-align: top;
}
.gradient-text {
background-color: #000;
background-image: linear-gradient(90deg, #000, #ddd);
background-size: 100%;
-webkit-background-clip: text;
000
1:0
Templates used on this page:
Return to User:JJPMaster/test.css.