You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
274 B

@model Message_Board.Models.Message
@{
ViewBag.Title = "Create";
}
<h2>Create</h2>
<style>
.EditClassFormat {
display: block;
width: 800px;
height: 40px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;