Skip to content

Instantly share code, notes, and snippets.

View goulvench's full-sized avatar

Goulven Champenois goulvench

View GitHub Profile
@goulvench
goulvench / _form.html.erb
Last active April 30, 2023 19:59 — forked from yunusemredilber/_form.html.erb
Auto Growing text-area [Stimulus] [Rails]
<%= text_area_tag :name, content, data: { controller: 'autogrow', action: 'autogrow#resize' } %>
@goulvench
goulvench / responsive.html
Created February 5, 2012 15:27 — forked from lensco/responsive.html
Simple responsive design test page. Adapted to reflect major screen layouts.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Responsive Design Testing</title>
<style>
body { margin: 20px; font-family: sans-serif; overflow-x: scroll; width: 4100px; }
.frame { float: left; margin: 0 20px 20px 0; }
small { display: block; color: #888; }
h2 { margin: 0 0 5px 0; }