solidity-audit
Version:
Solidity Audit Code
126 lines (111 loc) • 2.03 kB
CSS
body {
position: relative;
margin: 0;
padding: 0;
background-image: url("./public/images/bg-certificate.png");
}
.bgr {
position: absolute;
top: 0;
width: 100vw;
height: 100vh;
z-index: 0;
bottom: 0;
}
.t-certificate {
font-style: normal;
font-weight: 700;
font-size: 96px;
line-height: 72px;
text-align: center;
color: #b3e6f5;
}
.ic-logo {
align-items: center;
justify-content: center;
}
.content {
display: flex;
flex-direction: column;
top: 0;
position: absolute;
width: 100vw;
height: 100vh;
justify-content: center;
align-items: center;
justify-items: center;
z-index: 100;
bottom: 0;
}
.t-certificate {
font-weight: 700;
font-size: 96px;
text-align: center;
}
.h2-of-compliance {
padding-top: 2px;
font-weight: 700;
font-size: 56px;
text-align: center;
}
.p-title {
position: relative;
font-weight: 500;
font-size: 36px;
text-align: center;
margin-bottom: 24px;
color: white;
}
.b-name {
justify-content: center;
align-items: center;
padding: 24px 32px;
width: 1015px;
height: 120px;
left: 453px;
background: #ffffff;
box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.5);
border-radius: 24px;
color: #0e5b70;
border: 0;
font-style: normal;
font-weight: 700;
font-size: 72px;
line-height: 72px;
}
.p-smart-contract {
margin-top: 24px;
font-weight: 500;
text-align: center;
size: 36px;
color: white;
}
.span-smart-contract {
font-weight: 500;
font-size: 36px;
color: #42c1e5;
text-align: center;
}
.p-date {
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 48px;
text-align: center;
color: #ffffff;
}
.span-date {
color: #42c1e5;
}
.p-copyright {
position: absolute;
bottom: 48px;
text-align: center;
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: white;
}
.content-name {
margin-bottom: 24px;
}