From Wikipedia, the free encyclopedia
Content deleted Content added
|
|
Line 1: |
Line 1: |
|
.yourGadgetName { |
|
.yourGadgetName { |
|
|
content: "v2"; |
|
background-color: #3498db; |
|
background-color: #3498db; |
|
color: white; |
|
color: white; |
Revision as of 21:06, 10 February 2024
.yourGadgetName {
content: "v2";
background-color: #3498db;
color: white;
}
.yourGadgetName .header {
background-color: #e74c3c;
padding: 10px;
text-align: center;
}