Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikka3 authored Jun 2, 2024
1 parent 39b8bad commit 35855bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,19 @@

.box.serverip { /* Style for serverip box */
background-color: #398ae6; /* Adjust background color for serverip box */
margin-top: 10px; /* Add space above serverip box */
}

.box p.title {
font-size: 1.5em; /* Adjust title font size */
margin-bottom: 10px; /* Add spacing between title and description */
margin-bottom: 5px; /* Reduce spacing between title and description */
}

.box p.description {
font-size: 1em; /* Adjust description font size (smaller than title) */
color: yellow; /* Set description text color to yellow */
}
</
</style>
</head>
<body>
Expand Down

0 comments on commit 35855bb

Please sign in to comment.