initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
@import url('../bootstrap-3.4.1-dist/css/bootstrap.min.css');
|
||||
body {
|
||||
background: #e6e9ee;
|
||||
}
|
||||
.title h2 {
|
||||
font-size: 42px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 30px;
|
||||
text-align: center;
|
||||
letter-spacing: 20px;
|
||||
color: #824276;
|
||||
}
|
||||
.centre {
|
||||
margin: 0 300px;
|
||||
}
|
||||
.main-poem {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 65px;
|
||||
}
|
||||
.main-poem .poem-word {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/*flex-wrap: wrap;*/
|
||||
/*width: 255px;*/
|
||||
line-height: 25px;
|
||||
margin-left:200px;
|
||||
}
|
||||
.main-poem .poem-word p {
|
||||
font-family: '楷体';
|
||||
font-size: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user