Textbox.css 254 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 .textbox { display: inline-block; border-color: rgba(100,190,12,0.7); background-color: rgba(255,255,255,0.7); text-align: center; border-style: solid; border-radius: 0.625em; border-width: 0.1875em; } .textbox h1 { text-align: center; }