Home >Web Front-end >HTML Tutorial >Looking for a short piece of css csdn prompt information_html/css_WEB-ITnose

Looking for a short piece of css csdn prompt information_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:23:44893browse


Please provide a short piece of css, as follows:

There seems to be a red error message, please help me write it down, thank you



Reply to discussion (solution)

.view-msg-success{    font-size:18px;    text-align:center;    height:25px;    color:Green;    background-color:#D4EFD6;    border:1px Green solid;    margin:5px 0px 5px 0px;}.view-msg-err{    font-size:18px;    text-align:center;    height:25px;    color:Red;    background-color:#FFE4E7;    border:1px Red solid;    margin:5px 0px 5px 0px;}

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn