Can we make an automatic screen brightner using css?If ,yes then just put some light on that

automatic screen brightner using css

You can adjust the brightness using CSS property called filter.
fliter: brightness(200%);
Value over 100% will provide brighter result.