Skip to content

Commit 99e13ef

Browse files
committed
Add styling to #transcription
Conflicts: css/main.css
1 parent 8d693a3 commit 99e13ef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css/main.css

+10
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,13 @@ h3 { font-size: 1.5em }
132132
text-align: center;
133133
font-weight: bold;
134134
}
135+
136+
#transcription {
137+
width: 100%;
138+
background: #ffdddd;
139+
padding: 0.5em 1em;
140+
border: 1px solid black;
141+
border-right: 0;
142+
border-left: 0;
143+
margin: 2em 0 1em 0;
144+
}

0 commit comments

Comments
 (0)