# weforms/1.3.0/assets/css/gutenblock.css

weForms – Easy Drag &amp; Drop Contact Form Builder For WordPress, version 1.3.0. 14 lines.

- Page: https://pluginprobe.com/plugins/weforms/1.3.0/code/assets/css/gutenblock.css
- Raw: https://pluginprobe.com/plugins/weforms/1.3.0/raw/assets/css/gutenblock.css
- Modified: 2018-08-09T08:34:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/weforms/1.3.0/code/assets/css/gutenblock.css#L10-L20`.

```css
.weforms-form-container {
    position: relative;
}
.weforms-form-overlay {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
.weforms-title{
    display: inline;
    position: absolute;
    margin: 0px;
    padding: 5px;
    top: 20px;
}
```
