move body style to stylesheet,
remove button borders Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
2532574910
commit
b36334a90f
@ -6,7 +6,7 @@
|
|||||||
<title>tronnet - contact</title>
|
<title>tronnet - contact</title>
|
||||||
<link rel="stylesheet" href="style.css" type="text/css">
|
<link rel="stylesheet" href="style.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color:black;">
|
<body>
|
||||||
<h1 class = "std-text">tronnet</h1>
|
<h1 class = "std-text">tronnet</h1>
|
||||||
<h2 class = "std-text">Affordable custom server solutions.</h2>
|
<h2 class = "std-text">Affordable custom server solutions.</h2>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<title>tronnet - home</title>
|
<title>tronnet - home</title>
|
||||||
<link rel="stylesheet" href="style.css" type="text/css">
|
<link rel="stylesheet" href="style.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color:black;">
|
<body>
|
||||||
<h1 class = "std-text">tronnet</h1>
|
<h1 class = "std-text">tronnet</h1>
|
||||||
<h2 class = "std-text">Affordable custom server solutions.</h2>
|
<h2 class = "std-text">Affordable custom server solutions.</h2>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
body {
|
||||||
|
background-color:black;
|
||||||
|
}
|
||||||
|
|
||||||
.std-text {
|
.std-text {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: white;
|
color: white;
|
||||||
@ -42,10 +46,7 @@ p {
|
|||||||
padding: 10px; /* Some padding */
|
padding: 10px; /* Some padding */
|
||||||
margin: 0px 5px 0px 5px;
|
margin: 0px 5px 0px 5px;
|
||||||
cursor: pointer; /* Pointer/hand icon */
|
cursor: pointer; /* Pointer/hand icon */
|
||||||
}
|
border: none;
|
||||||
|
|
||||||
.btn-group button:not(:last-child) {
|
|
||||||
border-right: none; /* Prevent double borders */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group:after {
|
.btn-group:after {
|
||||||
|
Loading…
Reference in New Issue
Block a user