mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
CSS
This commit is contained in:
parent
4eb11373a9
commit
6a0fa7c45e
1 changed files with 39 additions and 1 deletions
|
|
@ -1,6 +1,44 @@
|
|||
<html>
|
||||
|
||||
<head><title> Search For Block </title></head>
|
||||
<head><title> Search For Block </title>
|
||||
<style>
|
||||
|
||||
.center{
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
p{
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-family: Brush Script MT;
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: rgb(50, 255, 9);
|
||||
}
|
||||
|
||||
/*h1{
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-family: serif;
|
||||
font-size: 30px;
|
||||
}*/
|
||||
|
||||
.text-block {
|
||||
position: center;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
background-color: black;
|
||||
color: white;
|
||||
padding-left: 55px;
|
||||
padding-right: 20px;
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue