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
Release: 2016-06-24 12:23:44
Original
896 people have browsed it


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;}
Copy after login

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template