Skip to content

Instantly share code, notes, and snippets.

@drupalmk
drupalmk / DefaultController.php
Created September 27, 2018 11:35 — forked from dmouse/DefaultController.php
Return a Response Object in Drupal 8
<?php
namespace Drupal\response\Controller;
use Drupal\Core\Controller\ControllerBase;
class DefaultController extends ControllerBase
{
/**
* hello
@drupalmk
drupalmk / example.html
Last active March 22, 2020 19:18
HTML + CSS. Content overlapping on header with pinned nav
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<title>Content overlapping on header with pinned nav</title>
<style>
* {
margin: 0;
padding: 0;