A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 0greatnesswebring.css

View raw Download
text/plain • 185 B
ASCII text
        
            
1
.ZeroGreatnessWebring {
2
border: 1px solid white;
3
background-color: black;
4
padding: 2px;
5
border-radius: 2px;
6
}
7
8
.ZeroGreatnessWebring :any-link {
9
color: lightgray;
10
}
11